home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 3-Presentations / Apple Demos / Training / AppleCD SC Training / Using the AppleCD SC / card_3712.txt < prev    next >
Text File  |  1990-04-02  |  22KB  |  856 lines

  1. -- card: 3712 from stack: in
  2. -- bmap block id: 18161
  3. -- flags: 4000
  4. -- background id: 2282
  5. -- name: IIGS Remote D/A
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global flag
  9.   put 0 into flag
  10.   set style of card field "Target Field" to shadow
  11.   put card field id 170 into card field "Target Field"
  12. end openCard
  13.  
  14. on closeCard
  15.   set hilite of button id 140 to false
  16.   set hilite of button id 141 to false
  17.   set hilite of button id 146 to false
  18.   set hilite of button id 147 to false
  19.   set hilite of button id 148 to false
  20.   set hilite of button id 149 to false
  21.   set hilite of button id 158 to false
  22.   set hilite of button id 159 to false
  23.   set hilite of button id 160 to false
  24.   set hilite of button id 161 to false
  25.  
  26. end closeCard
  27.  
  28.  
  29.  
  30.  
  31. -- part 127 (button)
  32. -- low flags: 00
  33. -- high flags: 0000
  34. -- rect: left=448 top=28 right=52 bottom=484
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 1011 / 1011
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: New Button
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   play harpsichord c4
  46.   visual effect venetian blinds to gray
  47.   go to card id 5341
  48. end mouseUp
  49.  
  50.  
  51.  
  52.  
  53. -- part 138 (button)
  54. -- low flags: 00
  55. -- high flags: A003
  56. -- rect: left=417 top=281 right=303 bottom=483
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: GO BACK
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   play harpsichord d4
  68.   visual wipe right
  69.   pop card
  70. end mouseup
  71.  
  72.  
  73.  
  74. on continue
  75.   global counter
  76.   if counter = 0 then go to card id 11662
  77.   else go to card id 6809
  78.   put 0 into counter
  79. end continue
  80.  
  81.  
  82.  
  83.  
  84. -- part 130 (field)
  85. -- low flags: 80
  86. -- high flags: 2007
  87. -- rect: left=300 top=60 right=258 bottom=485
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 0
  91. -- font id: 20
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: 
  96.  
  97.  
  98. -- part 140 (button)
  99. -- low flags: 00
  100. -- high flags: 0000
  101. -- rect: left=106 top=106 right=123 bottom=139
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 1
  105. -- font id: 0
  106. -- text size: 12
  107. -- style flags: 0
  108. -- line height: 16
  109. -- part name: Starting
  110. ----- HyperTalk script -----
  111. on mouseUp
  112.   global flag
  113.   put 0 into flag
  114.  
  115.   set hilite of button id 140 to true
  116.   set style of card field "Target Field" to scrolling
  117.   put card field id 130 into card field "Target Field"
  118.   set scroll of card field "Target Field" to 0
  119.   set hilite of button id 141 to false
  120.   set hilite of button id 146 to false
  121.   set hilite of button id 147 to false
  122.   set hilite of button id 148 to false
  123.   set hilite of button id 149 to false
  124.   set hilite of button id 158 to false
  125.   set hilite of button id 159 to false
  126.   set hilite of button id 160 to false
  127.   set hilite of button id 161 to false
  128.  
  129. end mouseUp
  130.  
  131.  
  132.  
  133.  
  134. -- part 141 (button)
  135. -- low flags: 00
  136. -- high flags: 0000
  137. -- rect: left=68 top=185 right=200 bottom=222
  138. -- title width / last selected line: 0
  139. -- icon id / first selected line: 0 / 0
  140. -- text alignment: 1
  141. -- font id: 0
  142. -- text size: 12
  143. -- style flags: 0
  144. -- line height: 16
  145. -- part name: Moving
  146. ----- HyperTalk script -----
  147. on mouseUp
  148.   global flag
  149.   put 0 into flag
  150.  
  151.   set hilite of button id 141 to true
  152.   set style of card field "Target Field" to scrolling
  153.   put card field id 142 into card field "Target Field"
  154.   set scroll of card field "Target Field" to 0
  155.   set hilite of button id 140 to false
  156.   set hilite of button id 146 to false
  157.   set hilite of button id 147 to false
  158.   set hilite of button id 148 to false
  159.   set hilite of button id 149 to false
  160.   set hilite of button id 158 to false
  161.   set hilite of button id 159 to false
  162.   set hilite of button id 160 to false
  163.   set hilite of button id 161 to false
  164.  
  165.  
  166. end mouseUp
  167.  
  168.  
  169.  
  170.  
  171. -- part 143 (field)
  172. -- low flags: 01
  173. -- high flags: 0004
  174. -- rect: left=306 top=87 right=229 bottom=481
  175. -- title width / last selected line: 0
  176. -- icon id / first selected line: 0 / 0
  177. -- text alignment: 0
  178. -- font id: 20
  179. -- text size: 12
  180. -- style flags: 0
  181. -- line height: 16
  182. -- part name: Target Field
  183.  
  184.  
  185. -- part 142 (field)
  186. -- low flags: 80
  187. -- high flags: 2007
  188. -- rect: left=302 top=60 right=258 bottom=487
  189. -- title width / last selected line: 0
  190. -- icon id / first selected line: 0 / 0
  191. -- text alignment: 0
  192. -- font id: 20
  193. -- text size: 12
  194. -- style flags: 0
  195. -- line height: 16
  196. -- part name: 
  197.  
  198.  
  199. -- part 146 (button)
  200. -- low flags: 00
  201. -- high flags: 0000
  202. -- rect: left=152 top=216 right=232 bottom=185
  203. -- title width / last selected line: 0
  204. -- icon id / first selected line: 0 / 0
  205. -- text alignment: 1
  206. -- font id: 0
  207. -- text size: 12
  208. -- style flags: 0
  209. -- line height: 16
  210. -- part name: Continous Play
  211. ----- HyperTalk script -----
  212. on mouseUp
  213.   global flag
  214.   put 1 into flag
  215.   set hilite of button id 146 to true
  216.   set style of card field "Target Field" to shadow
  217.   put card field id 152 into card field "Target Field"
  218.   set hilite of button id 140 to false
  219.   set hilite of button id 141 to false
  220.   set hilite of button id 147 to false
  221.   set hilite of button id 148 to false
  222.   set hilite of button id 149 to false
  223.   set hilite of button id 158 to false
  224.   set hilite of button id 159 to false
  225.   set hilite of button id 160 to false
  226.   set hilite of button id 161 to false
  227.  
  228. end mouseUp
  229.  
  230.  
  231.  
  232.  
  233. -- part 147 (button)
  234. -- low flags: 00
  235. -- high flags: 0000
  236. -- rect: left=192 top=216 right=232 bottom=225
  237. -- title width / last selected line: 0
  238. -- icon id / first selected line: 0 / 0
  239. -- text alignment: 1
  240. -- font id: 0
  241. -- text size: 12
  242. -- style flags: 0
  243. -- line height: 16
  244. -- part name: Setting Markers
  245. ----- HyperTalk script -----
  246. on mouseUp
  247.   global flag
  248.   put 0 into flag
  249.  
  250.   set hilite of button id 147 to true
  251.   set style of card field "Target Field" to scrolling
  252.   put card field id 153 into card field "Target Field"
  253.   set scroll of card field "Target Field" to 0
  254.   set hilite of button id 140 to false
  255.   set hilite of button id 141 to false
  256.   set hilite of button id 146 to false
  257.   set hilite of button id 148 to false
  258.   set hilite of button id 149 to false
  259.   set hilite of button id 158 to false
  260.   set hilite of button id 159 to false
  261.   set hilite of button id 160 to false
  262.   set hilite of button id 161 to false
  263.  
  264. end mouseUp
  265.  
  266.  
  267.  
  268.  
  269. -- part 148 (button)
  270. -- low flags: 00
  271. -- high flags: 0000
  272. -- rect: left=66 top=216 right=232 bottom=139
  273. -- title width / last selected line: 0
  274. -- icon id / first selected line: 0 / 0
  275. -- text alignment: 1
  276. -- font id: 0
  277. -- text size: 12
  278. -- style flags: 0
  279. -- line height: 16
  280. -- part name: Controlling Stereo Channels
  281. ----- HyperTalk script -----
  282. on mouseUp
  283.   global flag
  284.   put 0 into flag
  285.  
  286.   set hilite of button id 148 to true
  287.   set style of card field "Target Field" to scrolling
  288.   put card field id 154 into card field "Target Field"
  289.   set scroll of card field "Target Field" to 0
  290.  
  291.   set hilite of button id 140 to false
  292.   set hilite of button id 141 to false
  293.   set hilite of button id 146 to false
  294.   set hilite of button id 147 to false
  295.   set hilite of button id 149 to false
  296.   set hilite of button id 158 to false
  297.   set hilite of button id 159 to false
  298.   set hilite of button id 160 to false
  299.   set hilite of button id 161 to false
  300.  
  301. end mouseUp
  302.  
  303.  
  304.  
  305.  
  306. -- part 149 (button)
  307. -- low flags: 00
  308. -- high flags: 0000
  309. -- rect: left=66 top=106 right=122 bottom=98
  310. -- title width / last selected line: 0
  311. -- icon id / first selected line: 0 / 0
  312. -- text alignment: 1
  313. -- font id: 0
  314. -- text size: 12
  315. -- style flags: 0
  316. -- line height: 16
  317. -- part name: Stopping
  318. ----- HyperTalk script -----
  319. on mouseUp
  320.   global flag
  321.   put 0 into flag
  322.  
  323.   set hilite of button id 149 to true
  324.   set hilite of button id 158 to true
  325.   set style of card field "Target Field" to scrolling
  326.   put card field id 155 into card field "Target Field"
  327.   set scroll of card field "Target Field" to 0
  328.   set hilite of button id 140 to false
  329.   set hilite of button id 141 to false
  330.   set hilite of button id 146 to false
  331.   set hilite of button id 147 to false
  332.   set hilite of button id 148 to false
  333.   set hilite of button id 159 to false
  334.   set hilite of button id 160 to false
  335.   set hilite of button id 161 to false
  336.  
  337. end mouseUp
  338.  
  339.  
  340.  
  341.  
  342. -- part 152 (field)
  343. -- low flags: 80
  344. -- high flags: 0004
  345. -- rect: left=308 top=95 right=235 bottom=483
  346. -- title width / last selected line: 0
  347. -- icon id / first selected line: 0 / 0
  348. -- text alignment: 0
  349. -- font id: 20
  350. -- text size: 12
  351. -- style flags: 0
  352. -- line height: 16
  353. -- part name: 
  354.  
  355.  
  356. -- part 153 (field)
  357. -- low flags: 80
  358. -- high flags: 0007
  359. -- rect: left=306 top=115 right=307 bottom=481
  360. -- title width / last selected line: 0
  361. -- icon id / first selected line: 0 / 0
  362. -- text alignment: 0
  363. -- font id: 20
  364. -- text size: 12
  365. -- style flags: 0
  366. -- line height: 16
  367. -- part name: 
  368.  
  369.  
  370. -- part 154 (field)
  371. -- low flags: 80
  372. -- high flags: 2004
  373. -- rect: left=302 top=63 right=261 bottom=487
  374. -- title width / last selected line: 0
  375. -- icon id / first selected line: 0 / 0
  376. -- text alignment: 0
  377. -- font id: 20
  378. -- text size: 12
  379. -- style flags: 0
  380. -- line height: 16
  381. -- part name: 
  382.  
  383.  
  384. -- part 155 (field)
  385. -- low flags: 80
  386. -- high flags: 2004
  387. -- rect: left=302 top=63 right=261 bottom=487
  388. -- title width / last selected line: 0
  389. -- icon id / first selected line: 0 / 0
  390. -- text alignment: 0
  391. -- font id: 20
  392. -- text size: 12
  393. -- style flags: 0
  394. -- line height: 16
  395. -- part name: 
  396.  
  397.  
  398. -- part 158 (button)
  399. -- low flags: 00
  400. -- high flags: 0000
  401. -- rect: left=152 top=106 right=122 bottom=184
  402. -- title width / last selected line: 0
  403. -- icon id / first selected line: 0 / 0
  404. -- text alignment: 1
  405. -- font id: 0
  406. -- text size: 12
  407. -- style flags: 0
  408. -- line height: 16
  409. -- part name: Pause
  410. ----- HyperTalk script -----
  411. on mouseUp
  412.   global flag
  413.   put 0 into flag
  414.  
  415.   set hilite of button id 158 to true
  416.   set hilite of button id 149 to true
  417.   set style of card field "Target Field" to scrolling
  418.   put card field id 155 into card field "Target Field"
  419.   set scroll of card field "Target Field" to 0
  420.   set hilite of button id 140 to false
  421.   set hilite of button id 141 to false
  422.   set hilite of button id 146 to false
  423.   set hilite of button id 147 to false
  424.   set hilite of button id 148 to false
  425.   set hilite of button id 159 to false
  426.   set hilite of button id 160 to false
  427.   set hilite of button id 161 to false
  428.  
  429. end mouseUp
  430.  
  431.  
  432.  
  433.  
  434. -- part 159 (button)
  435. -- low flags: 00
  436. -- high flags: 0000
  437. -- rect: left=192 top=107 right=123 bottom=222
  438. -- title width / last selected line: 0
  439. -- icon id / first selected line: 0 / 0
  440. -- text alignment: 1
  441. -- font id: 0
  442. -- text size: 12
  443. -- style flags: 0
  444. -- line height: 16
  445. -- part name: Mac Remote Eject Button
  446. ----- HyperTalk script -----
  447. on mouseUp
  448.   global flag
  449.   put 1 into flag
  450.   set highlite of card button id 159 to true
  451.   set style of card field "Target Field" to shadow
  452.   put card field id 169 into card field "Target Field"
  453.  
  454.   set hilite of button id 140 to false
  455.   set hilite of button id 141 to false
  456.   set hilite of button id 146 to false
  457.   set hilite of button id 147 to false
  458.   set hilite of button id 148 to false
  459.   set hilite of button id 149 to false
  460.   set hilite of button id 158 to false
  461.   set hilite of button id 160 to false
  462.   set hilite of button id 161 to false
  463.  
  464. end mouseUp
  465.  
  466.  
  467.  
  468. -- part 160 (button)
  469. -- low flags: 00
  470. -- high flags: 0000
  471. -- rect: left=113 top=250 right=266 bottom=143
  472. -- title width / last selected line: 0
  473. -- icon id / first selected line: 0 / 0
  474. -- text alignment: 1
  475. -- font id: 0
  476. -- text size: 12
  477. -- style flags: 0
  478. -- line height: 16
  479. -- part name: Time
  480. ----- HyperTalk script -----
  481. on mouseUp
  482.   global flag
  483.   put 1 into flag
  484.  
  485.   set highlite of card button id 160 to true
  486.   set style of card field "Target Field" to shadow
  487.   put card field id 173 into card field "Target Field"
  488.  
  489.   set hilite of button id 140 to false
  490.   set hilite of button id 141 to false
  491.   set hilite of button id 146 to false
  492.   set hilite of button id 147 to false
  493.   set hilite of button id 148 to false
  494.   set hilite of button id 149 to false
  495.   set hilite of button id 158 to false
  496.   set hilite of button id 159 to false
  497.   set hilite of button id 161 to false
  498.  
  499. end mouseUp
  500.  
  501.  
  502.  
  503. -- part 161 (button)
  504. -- low flags: 00
  505. -- high flags: 0000
  506. -- rect: left=67 top=250 right=266 bottom=97
  507. -- title width / last selected line: 0
  508. -- icon id / first selected line: 0 / 0
  509. -- text alignment: 1
  510. -- font id: 0
  511. -- text size: 12
  512. -- style flags: 0
  513. -- line height: 16
  514. -- part name: Shuffle
  515. ----- HyperTalk script -----
  516. on mouseUp
  517.   global flag
  518.   put 1 into flag
  519.  
  520.   set highlite of card button id 161 to true
  521.   set style of card field "Target Field" to shadow
  522.   put card field id 171 into card field "Target Field"
  523.  
  524.   set hilite of button id 140 to false
  525.   set hilite of button id 141 to false
  526.   set hilite of button id 146 to false
  527.   set hilite of button id 147 to false
  528.   set hilite of button id 148 to false
  529.   set hilite of button id 149 to false
  530.   set hilite of button id 158 to false
  531.   set hilite of button id 159 to false
  532.   set hilite of button id 160 to false
  533.  
  534. end mouseUp
  535.  
  536.  
  537.  
  538. -- part 165 (field)
  539. -- low flags: 80
  540. -- high flags: 0007
  541. -- rect: left=237 top=146 right=286 bottom=410
  542. -- title width / last selected line: 0
  543. -- icon id / first selected line: 0 / 0
  544. -- text alignment: 0
  545. -- font id: 20
  546. -- text size: 12
  547. -- style flags: 0
  548. -- line height: 16
  549. -- part name: 
  550.  
  551.  
  552. -- part 167 (field)
  553. -- low flags: 80
  554. -- high flags: 0004
  555. -- rect: left=208 top=87 right=229 bottom=383
  556. -- title width / last selected line: 0
  557. -- icon id / first selected line: 0 / 0
  558. -- text alignment: 0
  559. -- font id: 20
  560. -- text size: 12
  561. -- style flags: 0
  562. -- line height: 16
  563. -- part name: REVERT
  564.  
  565.  
  566. -- part 168 (field)
  567. -- low flags: 80
  568. -- high flags: 0004
  569. -- rect: left=208 top=87 right=229 bottom=383
  570. -- title width / last selected line: 0
  571. -- icon id / first selected line: 0 / 0
  572. -- text alignment: 0
  573. -- font id: 20
  574. -- text size: 12
  575. -- style flags: 0
  576. -- line height: 16
  577. -- part name: save
  578.  
  579.  
  580. -- part 169 (field)
  581. -- low flags: 80
  582. -- high flags: 0004
  583. -- rect: left=308 top=85 right=227 bottom=483
  584. -- title width / last selected line: 0
  585. -- icon id / first selected line: 0 / 0
  586. -- text alignment: 0
  587. -- font id: 20
  588. -- text size: 12
  589. -- style flags: 0
  590. -- line height: 16
  591. -- part name: Eject
  592.  
  593.  
  594. -- part 170 (field)
  595. -- low flags: 80
  596. -- high flags: 0004
  597. -- rect: left=208 top=87 right=226 bottom=380
  598. -- title width / last selected line: 0
  599. -- icon id / first selected line: 0 / 0
  600. -- text alignment: 0
  601. -- font id: 20
  602. -- text size: 12
  603. -- style flags: 0
  604. -- line height: 16
  605. -- part name: 
  606.  
  607.  
  608. -- part 171 (field)
  609. -- low flags: 80
  610. -- high flags: 0004
  611. -- rect: left=303 top=91 right=233 bottom=478
  612. -- title width / last selected line: 0
  613. -- icon id / first selected line: 0 / 0
  614. -- text alignment: 0
  615. -- font id: 20
  616. -- text size: 12
  617. -- style flags: 0
  618. -- line height: 16
  619. -- part name: Shuffle
  620.  
  621.  
  622. -- part 172 (field)
  623. -- low flags: 80
  624. -- high flags: 0004
  625. -- rect: left=208 top=87 right=229 bottom=383
  626. -- title width / last selected line: 0
  627. -- icon id / first selected line: 0 / 0
  628. -- text alignment: 0
  629. -- font id: 20
  630. -- text size: 12
  631. -- style flags: 0
  632. -- line height: 16
  633. -- part name: Program
  634.  
  635.  
  636. -- part 173 (field)
  637. -- low flags: 80
  638. -- high flags: 0004
  639. -- rect: left=304 top=88 right=230 bottom=479
  640. -- title width / last selected line: 0
  641. -- icon id / first selected line: 0 / 0
  642. -- text alignment: 0
  643. -- font id: 20
  644. -- text size: 12
  645. -- style flags: 0
  646. -- line height: 16
  647. -- part name: TIME
  648.  
  649.  
  650. -- part 175 (field)
  651. -- low flags: 01
  652. -- high flags: 0000
  653. -- rect: left=119 top=30 right=50 bottom=395
  654. -- title width / last selected line: 0
  655. -- icon id / first selected line: 0 / 0
  656. -- text alignment: 1
  657. -- font id: 0
  658. -- text size: 12
  659. -- style flags: 0
  660. -- line height: 16
  661. -- part name: 
  662.  
  663.  
  664. -- part 178 (button)
  665. -- low flags: 00
  666. -- high flags: 2000
  667. -- rect: left=19 top=16 right=51 bottom=63
  668. -- title width / last selected line: 0
  669. -- icon id / first selected line: 1008 / 1008
  670. -- text alignment: 1
  671. -- font id: 0
  672. -- text size: 12
  673. -- style flags: 0
  674. -- line height: 16
  675. -- part name: Home
  676. ----- HyperTalk script -----
  677. on mouseUp
  678.   global flag
  679.   if flag = 1 then short
  680.   if flag = 0 then long
  681.   else put 0 into flag
  682. end mouseUp
  683.  
  684. on long
  685.   answer "What Do You Want To Print?" with "Cancel" or "Scroll Bar" or "Card"
  686.   if it is "Card" then
  687.     doMenu "Print Card"
  688.   end if
  689.  
  690.   if it is "Scroll Bar" then
  691.     put card field id 143 into PrintThis
  692.     visual barn door open to card
  693.     go to card "Print Card"
  694.     put PrintThis into card field id 1
  695.   end if
  696.  
  697.   if it is "Cancel" then put 0 into it
  698. end long
  699.  
  700. on short
  701.   answer "Print this card?" with "Cancel" or "Yes"
  702.   if it is "Yes" then
  703.     doMenu "Print Card"
  704.   end if
  705. end short
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719. -- part contents for card part 130
  720. ----- text -----
  721. The play button starts play.  Play will begin at the beginning of the first track unless the track has been changed by using one of the Track buttons or the Shuffle button for random play.  The current track is shown on the left side of the Track and Time display.  As the track plays, elapsed time is shown on the right side of the window.  To view the time remaining on the track, click the Time button.
  722.  
  723.  
  724. -- part contents for card part 143
  725. ----- text -----
  726.  
  727.  
  728.  
  729. Click the CD Remote button on the left you would like information on.
  730.  
  731. -- part contents for card part 142
  732. ----- text -----
  733. There are two ways to move to different parts of the CD:  using the Scan buttons or using the Track buttons.  The Track buttons move backward or forward to the beginning of a track (to the beginning of the next or previous track).  The Scan buttons move backward or forward through a track  
  734. (within the current track).  Where you end up depends on how long the button is held down.
  735.  
  736. -- part contents for card part 152
  737. ----- text -----
  738.  
  739.  
  740.  
  741. Continuously plays a CD or starts  it over once it has reached the end.
  742.  
  743. -- part contents for card part 153
  744. ----- text -----
  745.     SETTING MARKERS
  746.  
  747. Markers can be set on a CD and sections between the markers can be played over and over again.  This feature is useful when studying a piece of music, obsessed with a song, or trying to add a new song to your repetoire.  To set markers:
  748.  
  749. 1.  Click AB. (The legend on 
  750. the button changes to Set A.)
  751.  
  752. 2.  Move to the place on the CD  where you want to set the 
  753. first marker and click Set A.
  754. (The legend on the button 
  755. changes to Set B.)
  756.  
  757. 3.  Move to the place where you want to set the end marker and click Set B. (The legend on the button changes to an arrow that circles back on itself.)
  758.  
  759. 4.  Click the circling arrow button. (The  section you've marked will play over and over again until you press the circling arrow button again.)
  760.  
  761. 5.  When you're finished, click  the circling arrow button.  
  762. (when you press the circling arrow button, the legend on the button changes back to ‚ÄúAB‚Äù.)
  763.  
  764. -- part contents for card part 154
  765. ----- text -----
  766. When both the left and right audio channel buttons are selected, the left channel is heard through the left speaker and the right channel through the right speaker.  By deselecting one of the channel buttons, one channel is heard through both speakers.  If you deselect both channel buttons, nothing will be heard at all.
  767.  
  768. -- part contents for card part 155
  769. ----- text -----
  770. There are two ways to stop play:  using the Stop button and using the Pause button.  Clicking the Stop button stops play and resets the track number to 1.  Clicking the Pause button stops play without losing your place on the CD.  To resume play after clicking the Pause button, click the Pause button again or click Play. 
  771.  
  772.  
  773. -- part contents for card part 165
  774. ----- text -----
  775.   CREATING A PLAY LIST
  776.  
  777. 1.  Select Disc Title and type the actual name of the CD in the AppleCD SC drive.
  778.  
  779. 2.  Select each song title and type the actual name of that track.
  780.  
  781. For example, click Track 1 and the name Track 1 appears in the edit field at the bottom of the window.  Change Track 1 to
  782. "American Garage" by typing over it and then pressing RETURN.  Scoll to view additional song titles.
  783.  
  784. 3.  Select the song you want to include on the play list.  
  785.  
  786. Check marks indicate that a song is on the play list.  Click to the left of a song title to add it to the play list.  
  787.  
  788. 4.  Arrange the play list in the desired order.  
  789.  
  790. Drag the song title to be heard first to the top of the play list.  Everything else will slide down to make room for it.  Continue dragging song titles in this fashion until the songs are arranged in the desired order.
  791.  
  792. 5.  Save the play list by clicking the Save button.
  793.  
  794. Click the Revert button to restore the previous play list.  Once a play list is created, the Program button is highlighted.
  795.  
  796. 6.  Click the Program button to ON.
  797.  
  798. Click the Program button to OFF to play songs in their original playing order.
  799.  
  800. 7.  Click Play to hear the songs in the order they appear on the play list.
  801.  
  802. The next time you want to play your customized play list, just click the Play button.  To play songs in their original order, click the Program button to OFF.
  803.  
  804.  
  805. -- part contents for card part 167
  806. ----- text -----
  807.  
  808.  
  809.  
  810. Restores the previous play list  
  811. (click Disc Title above for more detailed information).
  812.  
  813. -- part contents for card part 168
  814. ----- text -----
  815.  
  816.  
  817.  
  818. Saves a customized play list
  819. (click Disc Title above for more detailed information).
  820.  
  821. -- part contents for card part 169
  822. ----- text -----
  823.  
  824.  
  825.  
  826.  
  827.            Ejects the CD caddy.
  828.  
  829. -- part contents for card part 170
  830. ----- text -----
  831.  
  832.  
  833.  
  834. Click the CD Remote button on the left you would like information on.
  835.  
  836. -- part contents for card part 171
  837. ----- text -----
  838.  
  839.  
  840. Click the Shuffle button ON to play songs on the CD in random order or OFF to play songs in their original order.
  841.  
  842. -- part contents for card part 172
  843. ----- text -----
  844.  
  845. Click the Program button ON to play songs on the CD in the order of the play list or OFF to play songs in their original order (click Disc Title above for more detailed information).
  846.  
  847. -- part contents for card part 173
  848. ----- text -----
  849.  
  850.  
  851.  
  852. Displays the time remaining on the track instead of the time elapsed.
  853.  
  854. -- part contents for card part 175
  855. ----- text -----
  856. Apple IIGS CD Remote Desk Accessory